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

LukeBowersox's profile - activity

2023-04-21 16:58:01 -0500 received badge  Nice Answer (source)
2021-04-23 10:12:57 -0500 received badge  Famous Question (source)
2020-11-17 15:07:48 -0500 received badge  Famous Question (source)
2020-04-30 09:21:07 -0500 commented question Why is Nav-Stack so much buggier with the addition of namespaces?

Sounds good, I actually found a rather strange work around. If I launch the same node without a namespace and then bring

2020-04-28 10:00:33 -0500 received badge  Notable Question (source)
2020-04-24 18:17:16 -0500 edited question Why is Nav-Stack so much buggier with the addition of namespaces?

Why is ROS so much buggier with the addition of namespaces? Hello, I have been working with two turtlebot3 burgers and

2020-04-24 04:21:01 -0500 received badge  Popular Question (source)
2020-04-23 12:38:56 -0500 commented question How to reset the /odom topic to 0 pose?

could not just publish a blank odom message?

2020-04-23 12:35:28 -0500 commented question Why is my odometry bad in rviz?

Likely wheel slip on a dirty floor. Try driving slower, so you dont slip as much and maybe clean your wheels. The laser

2020-04-23 12:29:54 -0500 asked a question Why is Nav-Stack so much buggier with the addition of namespaces?

Why is ROS so much buggier with the addition of namespaces? Hello, I have been working with two turtlebot3 burgers and

2020-04-17 15:52:37 -0500 edited answer Checking a goal is in a valid location in a costmap

I ended up using make_plan. I spent some time getting get cost too work and eventually it did but not well. I then used

2020-04-17 15:47:38 -0500 commented question Checking a goal is in a valid location in a costmap

Thanks for the heads up, this approach seems like it would work great for what I am doing.

2020-04-16 12:53:42 -0500 received badge  Enthusiast
2020-04-14 20:38:02 -0500 received badge  Notable Question (source)
2020-04-14 17:04:20 -0500 answered a question Checking a goal is in a valid location in a costmap

I ended up using make_plan. I spent some time getting get cost too work and eventually it did but not well. I then used

2020-04-14 14:55:30 -0500 received badge  Supporter (source)
2020-04-14 14:55:10 -0500 commented answer How can I use GetPlan service in Python ?

I followed ct2304's advice in ros kinetic and it worked also I had to import nav_msgs.srv

2020-04-06 09:30:04 -0500 answered a question Matching LaserScan and staticmap

Look at amcl on the wiki You can add any of the listed parameters into your launch file with the param tag. You could al

2020-04-06 09:21:36 -0500 commented question Checking a goal is in a valid location in a costmap

So what happened here is that the map is subscribed through a service, where you generate a pointer to the costmap objec

2020-04-04 07:52:35 -0500 received badge  Popular Question (source)
2020-04-03 12:45:42 -0500 answered a question TF tree : incoherent info between tf_monitor and rqt_tf_tree leading to impossible SLAM in gazebo

The reason your seeing disagreement is probably because the topic is available but your not actually publishing it consi

2020-04-03 12:35:11 -0500 edited question Checking a goal is in a valid location in a costmap

Checking a goal is in a valid location in a costmap Hello, I have been attempting to write a ros package external of mo

2020-04-02 15:03:04 -0500 commented answer Multi-robot SLAM collision avoidance

Agreed, I would have a variable storing the last goal the robot was sent to and then republish it if you have one of the

2020-04-02 13:33:42 -0500 received badge  Teacher (source)
2020-04-02 09:22:00 -0500 commented answer How can I move/zoom the camera in RVIZ?

Hmm, I think gazebo might be better then rviz in this case.... But in general look at modifying whatever settings you ha

2020-04-01 17:41:22 -0500 edited question Checking a goal is in a valid location in a costmap

Checking a goal is in a valid location in a costmap Hello, I have been attempting to write a ros package external of mo

2020-04-01 17:34:10 -0500 answered a question Using ROS namespaces programmaticaly

Try in your launch file <group ns="robot1"> <robot launch files etc> <remap from="cmd" to="/robot2/cmd"

2020-04-01 17:25:31 -0500 answered a question How can I move/zoom the camera in RVIZ?

Maybe try rosrun image_view image_view It can be configured a bit more.

2020-04-01 17:25:31 -0500 received badge  Rapid Responder (source)
2020-04-01 17:20:22 -0500 edited answer Multi-robot SLAM collision avoidance

Could you compare the robots positions in a node and calculate the proximity between them? If they are too close have on

2020-04-01 17:19:50 -0500 answered a question Multi-robot SLAM collision avoidance

Could you compare the robots positions in a node and calculate the proximity between them? If they are too close have on

2020-04-01 17:19:50 -0500 received badge  Rapid Responder (source)
2020-04-01 17:02:41 -0500 edited question Checking a goal is in a valid location in a costmap

Checking a goal is in a valid location in a costmap Hello, I have been attempting to write a ros package external of mo

2020-04-01 14:46:58 -0500 edited question Checking a goal is in a valid location in a costmap

Checking If a goal is set in a Viable location in a costmap Hello, I have been attempting to write a ros package extern

2020-04-01 14:43:12 -0500 edited question Checking a goal is in a valid location in a costmap

Checking If a goal is set in a Viable location in a costmap Hello, I have been attempting to write a ros package extern

2020-04-01 14:43:12 -0500 received badge  Editor (source)
2020-04-01 14:41:25 -0500 edited question Checking a goal is in a valid location in a costmap

Checking If a goal is set in a Viable location in a costmap Hello, I have been attempting to write a ros package extern

2020-04-01 12:39:17 -0500 asked a question Checking a goal is in a valid location in a costmap

Checking If a goal is set in a Viable location in a costmap Hello, I have been attempting to write a ros package extern