You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'd like to write my own publishing node for angles or cartesian positions but i dont know how and where to start.
My goal is to mount a camera on the iiwa7 and track a moving qr code or aruco tag. The detection is almost done and now i'd like to publish and transform the pose of the tag to iiwa to follow the tag with movements.
Hi @MightyMirko,
To send Cartesian targets to the robot you need to use Moveit2. You can do this by starting the launch file with the flag use_planning:=true.
Also I saw you are using foxy which does not work very well, I suggest you consider switching to humble.
Finally i had some time to go for it again. Now everything is running well and i can move the robot in rviz, pilz planner and drag it around. I want to write a node which takes the current joint states, do some calculation and move the robot around.
What would be a good starting point?
Hello,
i'd like to write my own publishing node for angles or cartesian positions but i dont know how and where to start.
My goal is to mount a camera on the iiwa7 and track a moving qr code or aruco tag. The detection is almost done and now i'd like to publish and transform the pose of the tag to iiwa to follow the tag with movements.
Where should i start?
#5 #32
The text was updated successfully, but these errors were encountered: