ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

alvinhu's profile - activity

2020-02-24 22:15:49 -0500 marked best answer how to change ros(map) coordinate system to html5 canvas coordinate system

We want to design a robot web monitor of robot location. We has been built the indoor map through the ros and generate a map picture, the file pf yaml parameters are as follows:

[resolution: 0.050000
origin: [-24.45000, -28.000000, 0.000000]
negate: 0
occupied_thresh: 0.65
free_thresh: 0.196]

, according to the html5 canvas will always show the location on the indoor map. But we do not know how to change ros(map) coordinate system to html5 canvas coordinate system. Hope that experienced people can give me some ideas or algorithms, thank you.

2019-06-24 18:03:22 -0500 received badge  Student (source)
2019-06-24 17:37:27 -0500 received badge  Famous Question (source)
2019-06-24 17:37:27 -0500 received badge  Notable Question (source)
2017-09-26 16:49:00 -0500 received badge  Popular Question (source)
2017-09-25 21:17:36 -0500 asked a question how to change ros(map) coordinate system to html5 canvas coordinate system

how to change ros(map) coordinate system to html5 canvas coordinate system We want to design a robot web monitor of robo