Skip to content

Commit

Permalink
Added method CRABEquippedEntity::SetRange()
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Pinciroli committed Oct 20, 2014
1 parent 2a1a77c commit a319a85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/plugins/simulator/entities/rab_equipped_entity.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ namespace argos {
return m_fRange;
}

inline void SetRange(Real f_range) {
m_fRange = f_range;
}

inline CEmbodiedEntity& GetReference() {
return *m_pcReference;
}
Expand Down

0 comments on commit a319a85

Please sign in to comment.