You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am planning to switch from ROS1 to ROS2. Seeing that ROS_VERSION is checked in some of the CMakeLists.txt, aside from updating my current mc_rtc_ticker.cpp to compile with ROS2, what other steps should I do for the migration? I am using v1.5.0 for mc_rtc_ros, and v2.11.0 for mc_rtc by the way.
Thank you
The text was updated successfully, but these errors were encountered:
I'm not sure what you mean by your mc_rtc_ticker.cpp, but if you use the official one, everything is supported as-is.
The only other steps would be:
Update your robot description package to support ROS2. You can have a look at https://github.com/jrl-umi3218/jvrc_description to get an example. Essentially this involves updating the package.xml to support ROS2 syntax and ament_cmake, and updating the CMakeList.txt to make it an ament package and properly export the path to the robot description package.
Update your own code to support ROS2
Note that currently mc_rtc_ros_control has not been ported.
Hi,
I am planning to switch from ROS1 to ROS2. Seeing that
ROS_VERSION
is checked in some of theCMakeLists.txt
, aside from updating my currentmc_rtc_ticker.cpp
to compile with ROS2, what other steps should I do for the migration? I am usingv1.5.0
formc_rtc_ros
, andv2.11.0
formc_rtc
by the way.Thank you
The text was updated successfully, but these errors were encountered: