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

Azwan's profile - activity

2022-08-12 18:32:50 -0500 received badge  Famous Question (source)
2017-10-02 20:16:32 -0500 received badge  Notable Question (source)
2017-05-01 11:31:50 -0500 received badge  Popular Question (source)
2017-03-01 20:55:48 -0500 received badge  Supporter (source)
2017-02-23 03:28:36 -0500 asked a question Navigate from unknown to known environment

Hai, I want to use a turtlebot to navigate from unknown to unknown environment. The scenario is like this:

1) Robot wait in a known environment (eg: house). 2) Someone ask the robot to follow him or her until outside the known environment i.e. outside the house. Lets say its new position is car. 3) Now the robot need to get the position near the car and navigate back into the house. For example to the kitchen.

Can someone suggest me a method on how to do the no 3 problem? Thank you.

2017-02-15 07:59:51 -0500 asked a question Use Turtlebot_follower with Kinect Re-position

Hai, I am now using turtlebot_follower (Indigo) but the Kinect (Microsoft v1) has been changed from the default position and the current position is about 1.5m high and it has been rotated to 180 degree from its default position. After going through some reading, there is advice that ask me to change the URDF and already did it. I checked the position of the Kinect in rviz and it shows that the Kinect is in its new position (1.5m high and 180 degree rotation). When I run back the program i.e. roslaunch turtlebot_follower follower.launch, the behaviour of the turtlebot is still not the same as the default Kinect position. For example, if I approach near the turtlebot (within the follower virtual box) until very close to it, it does not move at all (suppose the turtlebot move away from me). But if I move away, the turtlebot is following me.

Can anyone suggest me what I need to do for this problem? Thank you