flynneva / grbl_ros

ROS2 node for interfacing with a GRBL device
https://flynneva.github.io/grbl_ros/
MIT License
17 stars 11 forks source link

Cant find grbl ros package #108

Closed yagizzha closed 3 years ago

yagizzha commented 3 years ago

image

After compiling when i try to use "ros2 run grbl_ros grbl_node --ros-args --params-file /path/to/workspace/src/grbl_ros/config/cnc001.yaml", it says "Package 'grbl_ros' not found" even though i have it installed.

github-actions[bot] commented 3 years ago

Thank you for creating your first issue on this repo! Give me some time to review and respond to your problem.

flynneva commented 3 years ago

@yagizzha after compiling make sure to run source install/setup.bash from your colcon_ws

yagizzha commented 3 years ago

@yagizzha after compiling make sure to run source install/setup.bash from your colcon_ws

Thanks for that but now im having another problem : image i have the file there and inside of it is filled but arguments still cant be parsed

flynneva commented 3 years ago

@yagizzha could you make a new issue with your new problem? I am looking into it to see if I can reproduce it and will reply back on that new issue.