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

marine0131's profile - activity

2023-01-03 11:40:16 -0500 received badge  Nice Question (source)
2019-12-11 04:46:23 -0500 received badge  Famous Question (source)
2019-08-07 06:09:10 -0500 received badge  Famous Question (source)
2019-08-07 06:09:10 -0500 received badge  Notable Question (source)
2019-05-20 02:21:22 -0500 marked best answer how to change map in map_server?

now if i want to change a map , i need kill the map_server node now running, then start it again with other map name.

is there another way to change map without restart the node?

so thankyou if anything help !

2019-02-20 04:10:14 -0500 received badge  Notable Question (source)
2018-01-04 20:43:05 -0500 received badge  Citizen Patrol (source)
2017-12-26 19:48:08 -0500 received badge  Popular Question (source)
2017-11-15 21:25:47 -0500 commented answer can i execute a launch file or run a node through RosWebTool

Hi, yes I made some buttons to start/stop all kind of nodes, I write a service in robot to process the request of start/

2017-11-15 21:22:38 -0500 commented answer can i execute a launch file or run a node through RosWebTool

Hi, yes I made some buttons to start/stop all kind of nodes, I write a service in robot to process the request of start/

2017-10-28 08:02:52 -0500 received badge  Famous Question (source)
2017-10-24 03:20:35 -0500 commented question problem with visp_auto_tracker

sorry about that, I have modified my question.

2017-10-24 03:19:47 -0500 edited question problem with visp_auto_tracker

problem with visp_auto_tracker Hi i have successfully run the auto tracker, but it seems like run much slower than examp

2017-10-23 21:17:54 -0500 edited question problem with visp_auto_tracker

problem with visp_auto_tracker Hi i have successfully run the auto tracker, but it seems like run much slower than examp

2017-10-23 21:15:16 -0500 asked a question problem with visp_auto_tracker

problem with visp_auto_tracker Hi i have successfully run the auto tracker, but it seems like run much slower than examp

2017-10-23 03:24:04 -0500 received badge  Famous Question (source)
2017-10-16 08:52:59 -0500 received badge  Notable Question (source)
2017-09-14 09:39:41 -0500 received badge  Popular Question (source)
2017-09-13 03:59:55 -0500 asked a question realsense SR300 detect object much closer

realsense SR300 detect object much closer i use SR300 on my robot for obstacle avoidance my ros is indigo and use offic

2017-09-04 13:14:50 -0500 received badge  Popular Question (source)
2017-09-04 00:05:43 -0500 commented answer how to change map in map_server?

thankyou so much , i will try the topic_tools/mux, then paste the result.

2017-09-03 20:46:06 -0500 asked a question how to change map in map_server?

how to change map in map_server? now if i want to change a map , i need kill the map_server node now running, then sta

2017-08-09 00:40:16 -0500 answered a question How to tell the robot to go to a location on the map

I think sendingSimpleGoals would help, you can add your goals with certain coordiante and send the goal after one is com

2017-08-08 04:05:01 -0500 commented answer can i execute a launch file or run a node through RosWebTool

great, so thanks

2017-08-08 01:58:13 -0500 commented answer can i execute a launch file or run a node through RosWebTool

i use std::system start launch files and nodes. and kill the nodes the same way using "rosnode kill node" command. if i

2017-08-08 01:57:20 -0500 commented answer can i execute a launch file or run a node through RosWebTool

i use std::system start launch files and nodes. and kill the nodes the same way using "rosnode kill node1 node2 node3"

2017-08-08 01:35:09 -0500 received badge  Notable Question (source)
2017-08-07 12:19:06 -0500 marked best answer can i execute a launch file or run a node through RosWebTool

i am now using roswebtool(roslibjs) to communicate with rosbridge

so i can publish topic and subscribe topic in website

now i want to remote execute a launch file or run a node in website, is that possible?

or is there any other method to run the node when i want to ?