We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/start-jsk/rtmros_tutorials/blob/master/hrpsys_ros_bridge_tutorials/CMakeLists.txt#L330 ここでdtを定義していますが、 自動生成される、robot.conf, robot.RobotHardware.conf で、robot.confには入って、RobotHardware.confには入っていません。 その場合、実機でのRobotHardware0.rtcではdtが使われていませんでした。
@snozawa dtはRobotHardwareに入れないほうが良かった経緯があるとか、なにか覚えていますでしょうか?
修正方法は、以下のいずれかでしょうか。
The text was updated successfully, but these errors were encountered:
こちらですが、
とするので大丈夫そうですが、いかがでしょうか。
管理するファイルを減らすために、結構前から「confファイルはrobot.confの一つのみ」にしてた気がして、 hrpsys-simulatorをroslaunchで使う場合や https://github.com/start-jsk/rtmros_common/blob/master/hrpsys_tools/launch/hrpsys.launch#L52 HRP2はそうなってます(HRP2はroslaunchがcで使えないので、confファイルの設定は生成してコミットされたものを使ってます)
hrpsys-baseの方は別ファイルを使うようになってます。 https://github.com/fkanehiro/hrpsys-base/blob/master/launch/samplerobot.launch#L40 JAXONの実機launchファイルをみてると、別ファイルになってますね。
これに加えて、
などはhrpsys-base、openhrp3などに(JSKが使う前から)あったものなので、 @fkanehiroさんにきいてみると良いかもしれません。 ちなみに、JSKでは、hrpsys-baseより前のopenhrp2の時代から制御周期はdtで設定してました。
Sorry, something went wrong.
No branches or pull requests
https://github.com/start-jsk/rtmros_tutorials/blob/master/hrpsys_ros_bridge_tutorials/CMakeLists.txt#L330
ここでdtを定義していますが、
自動生成される、robot.conf, robot.RobotHardware.conf で、robot.confには入って、RobotHardware.confには入っていません。
その場合、実機でのRobotHardware0.rtcではdtが使われていませんでした。
@snozawa
dtはRobotHardwareに入れないほうが良かった経緯があるとか、なにか覚えていますでしょうか?
修正方法は、以下のいずれかでしょうか。
The text was updated successfully, but these errors were encountered: