-
I run into following error executing the run_sim.sh script:
```
#All required rosdeps installed successfully
Starting >>> carter_navigation
Starting >>> custom_message
Starting >>> isaac_ros2_m…
-
Hi @jgeisler0303, I just realized this DDP implementation and it looks nice work. I wonder whether there is any demo code that is fully written in C++. I am trying to refactor this code by removing th…
-
```
robotck@robotckvrm:~/arm_ws$ echo $AMENT_PREFIX_PATH
/opt/ros/humble
robotck@robotckvrm:~/arm_ws$ colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release --parallel-workers 3
[1.606s] WARNING:co…
-
Currently, we curate COB using COB ids, and swap out COB ids with exact matches (e.g. COB:cell nucleus with GO:cell nucleus).
This is cumbersome for a variety of reasons:
1. It is unclear who ow…
-
### 1.介绍下Java内存区域
**11..JDK1.8之前**
![image](https://user-images.githubusercontent.com/39623094/156128064-5b924bbb-12c9-4c58-8550-e2dbe49a2496.png)
**JDK1.8:**
![image](https://user-images.github…
-
Hi Guys,
I have successfully run a well-known visual-inertial system VINS(https://github.com/HKUST-Aerial-Robotics/VINS-Fusion) on AirSim (which is amazingly good!) based on the ros package which ver…
-
After fixing some errors in #30, now `launch` file doesn't show any errors.
But before running the multi-robot scenario, I tested the `kimera_vio_jackal.launch` file to check whether a single robot…
-
#### Environment details
- OS: macOS 13.6.1
- Ruby version: 3.2.2
- Gem name and version:
```shell
$ gem list google-cloud-
*** LOCAL GEMS ***
google-cloud-common (1.3.0)
google-…
-
-
Thanks for this really cool work!
I wanted to ask if it supports multi-agent? As in, can I instantiate multiple robot models in the same environment and have them execute actions in parallel - naviga…