2023-02-13 04:48:27 -0500 | received badge | ● Famous Question (source) |
2022-07-08 05:43:37 -0500 | received badge | ● Notable Question (source) |
2022-06-30 10:09:43 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) Ah I learnt this info from your post: https://answers.gazebosim.org/question/28128/how-to-use-ig |
2022-06-30 10:00:03 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) As a starting point these tutorials are really helpful. https://gazebosim.org/api/transport/11.0/tutorials.html Here is |
2022-06-30 09:14:05 -0500 | received badge | ● Famous Question (source) |
2022-06-30 09:13:13 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) I found a way to set the pose of objects in the scene with a high frequency using a C++ script using the gazebo transpor |
2022-06-30 09:12:42 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) The ROS bridge for galactic is currently not working with services. I will just spawn a C++ ROS node that calls the set |
2022-06-30 09:10:01 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) I found a way to set the pose using a C++ script using the gazebo transport library. https://github.com/gazebosim/gz-tra |
2022-06-30 09:08:39 -0500 | commented answer | How to interface a C program with Gazebo (without ROS) ? You can interact with gazebo using the C++ library. I finally managed to get it to work. Here is my c++ script to set t |
2022-06-24 02:43:11 -0500 | received badge | ● Enthusiast |
2022-06-23 11:36:48 -0500 | received badge | ● Popular Question (source) |
2022-06-23 09:12:05 -0500 | commented answer | Set pose of model programmatically with higher frequency (using ign transport) Good idea! I will try to bridge the topic /set_pose from ROS2 to ign and then send a message. |
2022-06-23 04:00:24 -0500 | answered a question | Set pose of model programmatically with higher frequency (using ign transport) Edit: I found that there is a thing called Actors which can be animated but don't collide with the environment. However |
2022-06-22 09:05:44 -0500 | commented answer | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) The setting of the pose works with your command. However calling this command multiple times in a for-loop to set the po |
2022-06-22 09:04:45 -0500 | commented answer | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) The setting of the pose works with your command. However calling this call multiple times in a for loop to set position |
2022-06-22 09:02:34 -0500 | asked a question | Set pose of model programmatically with higher frequency (using ign transport) Set pose of model programmatically with higher frequency (using ign transport) I was able to spawn models in the gazebo |
2022-06-22 08:37:31 -0500 | answered a question | How to interface a C program with Gazebo (without ROS) ? I think there is a gazebo transport system that allows you to interact with the gazebo server using messages. https://gi |
2022-06-03 22:52:57 -0500 | received badge | ● Notable Question (source) |
2022-06-03 06:41:04 -0500 | received badge | ● Popular Question (source) |
2022-06-03 05:18:51 -0500 | received badge | ● Editor (source) |
2022-06-03 05:18:51 -0500 | edited answer | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) Here is the python code to set the pose of any object using a cli command: first_part = "ign service -s /world/my_wo |
2022-06-03 05:18:09 -0500 | answered a question | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) Here is the python code to set the pose of any object using a cli command: first_part = "ign service -s /world/ign_m |
2022-06-03 04:47:11 -0500 | commented answer | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) Thanks for your code. It works like a charm. I was struggling a lot with the single quotes and escaping characters in t |
2022-06-02 10:03:05 -0500 | commented question | Ignition Fortress: Gazebo: Dynamically Spawn and Remove Entity via SDF This terminal call adds a urdf to your world.: https://github.com/robotology/gym-ignition/issues/44 |
2022-06-02 10:03:02 -0500 | asked a question | Add urdf to world using a python script while gazebo is running (/world/my_world/create service + EntityFactory message) Add urdf to world using a python script with the /world/my_world/create service with the EntityFactory message Hi I'm |