ros3djs icon indicating copy to clipboard operation
ros3djs copied to clipboard

how to realize 2d pose estimate and 2d nav goal?

Open ydcool opened this issue 6 years ago • 8 comments

or how to drag an arrow out in ros3djs like rviz does?

ydcool avatar Jul 03 '18 04:07 ydcool

any luck with it?

rvipin17 avatar Oct 30 '18 12:10 rvipin17

any luck with it?

not yet ; ( I had change the way to interact with ros3d map for mobile page.

ydcool avatar Oct 31 '18 07:10 ydcool

do you have any idea how to do pose estimate in ros3djs with a mouse click, just like we do in ros2djs?

rvipin17 avatar Nov 01 '18 07:11 rvipin17

do you have any idea how to do pose estimate in ros3djs with a mouse click, just like we do in ros2djs?

not much, maybe you should learn more about three.js

ydcool avatar Nov 06 '18 08:11 ydcool

Is there anything new here ?

amy-fang avatar May 15 '20 05:05 amy-fang

Hi Guys Any updates in this case? I know I can add this functionality with three.js Raycaster object but I need some help with it. Some example or maybe code place where I can start @rctoris @DLu @T045T @jihoonl @J-Rojas

Robotec44 avatar Mar 13 '21 22:03 Robotec44

@Robotec44 I suggest that you take a look at the Interactive Markers. I used them to manipulate a 7 DoF robot arm from a web page. From their 3D poses it was possible to calculate the IK and send the new path to the robot. Here is the tutorial about Interactive Markers in ROS3DJS

MerAARIZOU avatar Mar 14 '21 13:03 MerAARIZOU

Thanks I check

Robotec44 avatar Mar 16 '21 21:03 Robotec44