I am a 74 year old retiree building a spot-micro dog as my hobby.
I’m using Ubuntu 20.4 with ROS 2.
I am using Linux for the very first time so I’m weak in the basics. I have successfully installed ROS 2 and done most of the tutorials.
It’s your code that gives me the courage to try building my robot and I thank you for being willing to share all of your effort.
Perhaps you can point me to an active user group that I can post to for future questions.
I think that some of your code references ROS 1 (not sure - catkin?)
I tried using “Colcon build” and got a long list of messages that I don’t know how to interpret, would you please advise me as to what corrective action to pursue.
Also have I placed all of the project directories at the right root?
Thank you,
Jim Kelly
Houston Texas
jim@ROS:~/ros2_ws$ colcon build
Starting >>> champ
Starting >>> champ_msgs
Starting >>> champ_description
Starting >>> spot_msgs
Starting >>> a1_description
Starting >>> aliengo_description
Starting >>> anymal_b_simple_description
Starting >>> anymal_c_simple_description
— stderr: champ_msgs
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a … suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Error at CMakeLists.txt:4 (find_package):
By not providing “Findcatkin.cmake” in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by “catkin”, but
CMake did not find one.
Could not find a package configuration file provided by “catkin” with any
of the following names:
catkinConfig.cmake
catkin-config.cmake
Add the installation prefix of “catkin” to CMAKE_PREFIX_PATH or set
“catkin_DIR” to a directory containing one of the above files. If “catkin”
provides a separate development package or SDK, be sure it has been
installed.
Failed <<< champ_msgs [0.62s, exited with code 1]
Aborted <<< spot_msgs [0.61s]
Aborted <<< aliengo_description [0.61s]
Aborted <<< champ [0.63s]
Aborted <<< anymal_c_simple_description [0.60s]
Aborted <<< anymal_b_simple_description [0.60s]
Aborted <<< champ_description [0.62s]
Aborted <<< a1_description [0.61s]
Summary: 0 packages finished [0.94s]
1 package failed: champ_msgs
7 packages aborted: a1_description aliengo_description anymal_b_simple_description anymal_c_simple_description champ champ_description spot_msgs
8 packages had stderr output: a1_description aliengo_description anymal_b_simple_description anymal_c_simple_description champ champ_description champ_msgs spot_msgs
41 packages not processed
jim@ROS:~/ros2_ws$
Home/ros2_ws/src
camp
champ_setup_assistant
champ_teleop
robots_master