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
following instructions to build from source in ros2 foxy.
git clone --branch master https://github.com/RoverRobotics-forks/serial-ros2.git git clone --branch ros2 https://github.com/ros-drivers/um7.git
next when I execute this colcon build --packages-select serial umx_driver
colcon build --packages-select serial umx_driver
give this error
Starting >>> serial Finished <<< serial [2.89s] Starting >>> umx_driver --- stderr: umx_driver CMake Error at CMakeLists.txt:68 (rosidl_get_typesupport_target): Unknown CMake command "rosidl_get_typesupport_target". --- Failed <<< umx_driver [3.98s, exited with code 1] Summary: 1 package finished [7.53s] 1 package failed: umx_driver 1 package had stderr output: umx_driver
When I try building from source on a different distro (humble), it compiles without any issue and the example works flawlessly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
following instructions to build from source in ros2 foxy.
next when I execute this
colcon build --packages-select serial umx_driver
give this error
When I try building from source on a different distro (humble), it compiles without any issue and the example works flawlessly.
The text was updated successfully, but these errors were encountered: