-
Notifications
You must be signed in to change notification settings - Fork 219
Description
hi, I'm still new on this project so I still have so much to learn. So, may I ask how to solve this problem?
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
linorobot2_bringup: Cannot locate rosdep definition for [micro_ros_agent]
I used ros2 foxy on teensy 4.0 and also this is all the commands that i have tried or used yet, this still comes up.
at first, I used these commands, but then rosdep keys issues happened:
sudo apt install ros-foxy-xacro
sudo apt install ros-foxy-nav2-bringup
sudo apt install ros-foxy-joint-state-publisher
cd ~/linorobot2_ws/src
git clone -b foxy https://github.com/micro-ROS/micro_ros_setup.git micro_ros_setup
cd ~/linorobot2_ws
rosdep update
rosdep install --from-paths src --ignore-src -y
colcon build
source install/setup.bash