Philipp Wu
Philipp Wu
Hello! Is there a specific procedure that needs to be followed in order to achieve faster than real-time simulation stepping? Following the instructions provided here, https://robosuite.ai/docs/quickstart.html, it seems that the...
- this adds python bindings to the bldc controller client for easier usage of blue_hardware_drivers.
https://github.com/berkeleyopenarms/blue_core/pull/82 introduces a mutex on the driver. This should be moved lower level into the BLDCDriver class.
The read and write function should properly match the functions defined in the parent RobotHW class. See https://github.com/ros-controls/ros_control/blob/melodic-devel/hardware_interface/include/hardware_interface/robot_hw.h
- Added damped soft stops as per request. https://github.com/berkeleyopenrobotics/blue_core/issues/43#issue-418125619 - Applies damping if the joint is within the toleranced region or moving away from the joint limit. - Added softstop...
calibration working and tested
When trying the example on the README.md I get this error. ``` from vuer import Vuer, VuerSession from vuer.schemas import DefaultScene, Urdf app = Vuer() @app.spawn(start=True) async def main(session: VuerSession):...