Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ArViz Godot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software
ArmarX
Core
ArViz Godot
Merge requests
!155
Activate propagating joint values in ArViz Coin visualization to fix visualization of fingers
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Activate propagating joint values in ArViz Coin visualization to fix visualization of fingers
fix-visu-of-underactuated-joints
into
main
Overview
0
Commits
2
Pipelines
0
Changes
1
Merged
Rainer Kartmann
requested to merge
fix-visu-of-underactuated-joints
into
main
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
main
version 1
fcebe86a
1 year ago
main (base)
and
latest version
latest version
e53e77f7
2 commits,
1 year ago
version 1
fcebe86a
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
source/arviz_godot/lib/avi/scene/RobotElementNode.cpp
+
1
−
0
Options
@@ -137,6 +137,7 @@ avi::scene::RobotElementNode::updateAttributes(int flag,
if
(
robotChanged
||
!
robot
)
{
robot
=
this
->
loadRobot
(
project
,
filename
);
robot
->
setPropagatingJointValuesEnabled
(
true
);
}
if
(
!
robot
)
Loading