Open mdxtinkernick opened 4 days ago
Turtlebot4 Lite
Humble
Discovery Server
Other Linux
Installed
testing now with image as provide for jazzy on pi 2.0.1
Other
create an empty workspace on pi and successfully run colcon build
colcon build fails, and rosdep as well ModuleNotFoundError: No module named 'catkin_pkg.package'
ModuleNotFoundError: No module named 'catkin_pkg.package'
on pi
mkdir ros_ws cd ros_ws mkdir src colcon build
tried
sudo apt install python3-catkin-pkg
python3-catkin-pkg is already the newest version (1.0.0-100)
googling this turned up some mentions about condo environments - but don't think the pi image is using that, so don't know how to fix this
have built an image from ubuntu server 2404 then running the turtlebot4_setup.sh on it. This runs colcon build without the error, and rosdep works as well
Robot Model
Turtlebot4 Lite
ROS distro
Humble
Networking Configuration
Discovery Server
OS
Other Linux
Built from source or installed?
Installed
Package version
testing now with image as provide for jazzy on pi 2.0.1
Type of issue
Other
Expected behaviour
create an empty workspace on pi and successfully run colcon build
Actual behaviour
colcon build fails, and rosdep as well ModuleNotFoundError: No module named 'catkin_pkg.package'
Error messages
To Reproduce
on pi
mkdir ros_ws cd ros_ws mkdir src colcon build
Other notes
tried
sudo apt install python3-catkin-pkg
python3-catkin-pkg is already the newest version (1.0.0-100)
googling this turned up some mentions about condo environments - but don't think the pi image is using that, so don't know how to fix this