Improve relative path in YAML files
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 48/100
Research direction
Start by locating the robots and sensors YAML files containing the class_dir and urdf_path entries, then trace how the simulation launch code resolves those paths. Run the simulation from more than one working directory and verify that the configuration loads successfully in each location.
Written by the indexing model from the issue text.
Description
Current robots and sensors YAML files use the relative path to the corresponding class in string, e.g. class_dir,
name: "Franka"
config:
source: "urdf"
urdf_path: "panda_with_gripper.urdf"
class_dir: "../../../ark_robots/ark_franka/franka_panda"
frequency: 10 # default is 240Hz
merge_fixed_links: False
ee_index: 11
base_position:
- -0.55
- 0.0
- 0.6
base_orientation:
# x, y, z, w
- 0
- 0
- 0
- 1
use_fixed_base: True
initial_configuration:
- 0
- -0.785
- 0
- -2.356
- 0
- 1.571
- 0.785
- 0
- 0
- 0
- 0
- 0
joint_groups:
arm:
control_mode: "position"
joints:
- "panda_joint1"
- "panda_joint2"
- "panda_joint3"
- "panda_joint4"
- "panda_joint5"
- "panda_joint6"
- "panda_joint7"
gripper:
control_mode: "position"
joints:
- "panda_finger_joint1"
all:
control_mode: "position"
joints:
- "panda_joint1"
- "panda_joint2"
- "panda_joint3"
- "panda_joint4"
- "panda_joint5"
- "panda_joint6"
- "panda_joint7"
- "panda_finger_joint1"
This expression restricts the users from running the script in different working directories and raises errors when launching the simulation.
- Dominant language
- Python
- Stars
- 623
- Forks
- 156
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from Robotics-Ark/ark_framework
-
enhancement good first issue
Difficulty 1/5 Under an hour Newbie friendliness 68/100
-
Difficulty 1/5 Under an hour Newbie friendliness 20/100
Robotics-Ark/ark_framework#92 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
All issues in Robotics-Ark/ark_framework
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
bancolombia/sentinel#23 ·
-
test md OpenCI
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
bug client
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100