articulations-robot-demo VS URDF-Importer

Compare articulations-robot-demo vs URDF-Importer and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
articulations-robot-demo URDF-Importer
3 1
317 197
0.0% 2.0%
1.8 0.0
over 2 years ago 7 months ago
C# C#
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

articulations-robot-demo

Posts with mentions or reviews of articulations-robot-demo. We have used some of these posts to build our list of alternatives and similar projects.
  • Manual controls not working for UR3 robotic arm
    1 project | /r/Unity3D | 6 Apr 2023
    I'm trying to modify this demo, which uses the UR3 robotic arm with ML-Agents (Release 1.2.0 in Unity 2020.3.46f1). I want to add imitation learning, but there seems to be an issue with the manual controls. All joints work fine except Wrist01 (which should use the O/P keys). Wrist01 moves on its own and ignores O/P key input (in the clip I rotate the base at 00:06, but I never touch the wrist controls). Something's likely wrong with one of these files: "RobotController" (called by the parent UnityRobotics GameObject), "ArticulationJointController" (called by the child Wrist01 GameObject), or "RobotManualInput" (called by the ManualInput GameObject), but I can't for the life of me identify where the error is. Anyone know what's going wrong?
  • How can I fix this configurable joint chain? (configuration in replies)
    1 project | /r/Unity3D | 1 Jun 2022
  • how do I move game object along the x-axis with a unity articulation body?
    1 project | /r/Unity3D | 5 Jan 2022
    For reference i am using https://github.com/Unity-Technologies/articulations-robot-demo Robotiq Hand-E Gripper. It can only go up and down but I'm trying to make it go left and right as well.

URDF-Importer

Posts with mentions or reviews of URDF-Importer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-09.
  • Help! Meet problems about connecting the ros with unity based on ros sharp
    5 projects | /r/ROS | 9 Apr 2022
    From my experience, ROS# is not the recommended way to connect Unity and ROS anymore. You probably want to use the ROS-TCP-Connector which is officially supported by Unity and its corresponding ROS package. That page has quite a few tutorials to help you get the connection setup. I currently maintain a plugin that implements a set of commonly used sensors here which might be of some use to you. Another useful resource maintained by Unity is their URDF importer, but it is still a bit buggy. Let me know if you need any other resources or help, I'm trying to make Unity a bit more livable for ROS developers.

What are some alternatives?

When comparing articulations-robot-demo and URDF-Importer you can also consider the following projects:

Unity-Robotics-Hub - Central repository for tools, tutorials, resources, and documentation for robotics simulation in Unity.

RAWSim-O - A simulation framework for Robotic Mobile Fulfillment Systems

Anki.Vector.SDK - The Anki Vector .NET SDK provides programmicatic access to the Vector Robot from .NET and is published as a NuGet package.

autonomous-intersection - Developing and Simulating Self-Driving Car A.I. Without Need for Traffic Lights

webots_ros2 - Webots ROS 2 packages

webots - Webots Robot Simulator

open-sequential-logic-simulation - Developing an interactive learning application for sequential logic in time dependent processes. Specifically using Sequential Function Chart SFC to teach the core principle.

ros-sharp - ROS# is a set of open source software libraries and tools in C# for communicating with ROS from .NET applications, in particular Unity3D

urdf-loaders - URDF Loaders for Unity and THREE.js with example ATHLETE URDF Files open sourced from NASA JPL

ROS-TCP-Connector